home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / splint.zip / SPLINT.1ST < prev    next >
Text File  |  1993-05-19  |  2KB  |  45 lines

  1. Splint: a data compression program
  2. Beta-release version 2.1
  3. Programmed by Kenji Rikitake
  4. Modified and tuned for Microsoft C by Naoshi Wakatabe
  5. Original algorithm innovated by Douglas W. Jones
  6. Copyright (C)1988, 1989 by Kenji Rikitake and Naoshi Wakatabe.
  7. All rights reserved.
  8. Permission to copy this program without fee all or part of this
  9. material is granted, provided that the copies are not made or
  10. distributed for direct commercial advantage.
  11.  
  12. If you have any questions and/or suggestions, Contact
  13.  
  14. Kenji Rikitake
  15. 4-19-11-102, Sakurajousui, Setagaya-ku,
  16. Tokyo 156 Japan
  17.  
  18. DASnet/TWICS: Kenji@dctwcs.das.net
  19. JUNET:        rikitake%wadalab.t.u-tokyo.ac.jp@relay.cs.net
  20.  
  21. Splint is a Huffman-coding-basis data compression/decompression
  22. program, based on Jones' idea of using splay-prefix scheme.
  23. For further details, refer to:
  24.  
  25.     Jones, Douglas. W,:
  26.     Application of Splay Trees to Data Compression,
  27.     Communications ACM, Vol. 31, No. 8, pp. 996 - 1007. (August 1988)
  28.  
  29. This program uses 64-state Markov model to improve compression rate.
  30. Usually this program works as better as pkarc Crunching. Sometimes,
  31. it gives a little bit better result than UNIX compress uses 16bit LZW.
  32.  
  33. I want to get this method and LZSS together, and make this better than
  34. LHarc. :-)
  35.  
  36. This program runs on MS-DOS. You can recompile it on 4.xBSDs using
  37. makefile.bsd. I have tested this on my NEC PC-9801UV2 computer
  38. (MS-DOS 3.21) and Sun-4/110 with SunOS 4.0.
  39.  
  40. Acknowledgements:
  41. Douglas Jones for his simple and fast algorithm.
  42. Naoshi Wakatabe for making this program run on MS-C small model.
  43.  
  44. -- Kenji Rikitake, April 12, 1989 at Tokyo
  45.